projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aa9735
)
Fix formatting for new function.
author
Jason Rumney
<jasonr@gnu.org>
Sun, 21 Oct 2001 18:35:35 +0000
(18:35 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Sun, 21 Oct 2001 18:35:35 +0000
(18:35 +0000)
src/w32term.c
patch
|
blob
|
history
diff --git
a/src/w32term.c
b/src/w32term.c
index 1fe99c75acc79dcb411a8191d848d2ffea43f040..d57444f530abfe3387d64e3248da01767a94f8b1 100644
(file)
--- a/
src/w32term.c
+++ b/
src/w32term.c
@@
-7538,7
+7538,8
@@
glyph_rect (f, x, y, rect)
}
/* Record the position of the mouse in last_mouse_glyph. */
-static void remember_mouse_glyph (f1, gx, gy)
+static void
+remember_mouse_glyph (f1, gx, gy)
struct frame * f1;
int gx, gy;
{